Skip to content

Add refresh guidance for current/upcoming events#7

Closed
pdebruin wants to merge 1 commit into
mainfrom
refresh-guidance
Closed

Add refresh guidance for current/upcoming events#7
pdebruin wants to merge 1 commit into
mainfrom
refresh-guidance

Conversation

@pdebruin

@pdebruin pdebruin commented May 7, 2026

Copy link
Copy Markdown
Collaborator

One-line addition to SKILL.md: instructs agents to run refresh before searching when the conversation is about a current or upcoming event.

Without this, an agent could serve day-1 cached data on day-5 of Build without knowing it's stale. The auto-fetch only fires when the cache is completely empty.

The skill now instructs agents to refresh before searching when
the conversation is about a current or upcoming event, preventing
stale cached data from being served during active events.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
```

The CLI caches session data locally. On first use it fetches automatically — no explicit refresh needed. Use `--json` for structured output the agent can parse directly.
The CLI caches session data locally. On first use it fetches automatically — no explicit refresh needed. If the conversation is about a current or upcoming event, run `refresh` before searching to ensure fresh data. Use `--json` for structured output the agent can parse directly.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we probably don't need this if #8 is merged.

@pdebruin

pdebruin commented May 7, 2026

Copy link
Copy Markdown
Collaborator Author

Superseded by PR #8 (intelligent cache revalidation). The CLI now auto-revalidates when checks are due — no need for explicit refresh guidance in the skill. This PR also has a Foundry naming conflict with PR #5.

@pdebruin pdebruin closed this May 7, 2026
@mikekinsman mikekinsman deleted the refresh-guidance branch May 11, 2026 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants